github.com/klauspost/compress/zstd.bitReader.getBits (method)
8 uses
github.com/klauspost/compress/zstd (current package)
bitreader.go#L51: func (b *bitReader) getBits(n uint8) int {
fse_decoder.go#L301: s.state = dt[br.getBits(tableLog)]
seqdec.go#L257: mo += br.getBits(moB)
seqdec.go#L261: ml += br.getBits(mlB)
seqdec.go#L262: ll += br.getBits(llB)
seqdec.go#L452: mo += br.getBits(moB)
seqdec.go#L457: ml += br.getBits(mlB)
seqdec.go#L458: ll += br.getBits(llB)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |